Micron Document
Fox's Git Mirrors

Node / acehoss / PyTCP.git / commits / 160bab4

Commit 160bab48de992ee788c213cdab0ca29893377192


Parents : 1bef5d0
Author : Sebastian Majewski <ccie18643@gmail.com>
Date : 2022-11-25T11:52:26-06:00

Working on docs

Changes

1 files changed, 3 insertions(+), 3 deletions(-)

M README.md +3 -3

Diff

diff --git a/README.md b/README.md
index ad6c2f6..1948d1a 100644
--- a/README.md
+++ b/README.md
@@ -43,8 +43,8 @@ directly by calling one of the '_*_phtx()' methods from PacketHandler class.
### Clonning PyTCP from the GitHub repository
-In most cases, PyTCP should be cloned directly from [GitHub](https://github.com/ccie18643/PyTCP),
-as this type of installation provides full development and testing environment.
+In most cases, PyTCP should be cloned directly from GitHub [repository](https://github.com/ccie18643/PyTCP)
+repository, as this type of installation provides full development and testing environment.
```shell
git clone https://github.com/ccie18643/PyTCP
@@ -65,7 +65,7 @@ To fine-tune various stack operational parameters, please edit the ```pytcp/conf
### Installing PyTCP from the PyPi repository
-PyTCP can also be installed as a regular module from the [PyPi repository](https://pypi.org/project/PyTCP/).
+PyTCP can also be installed as a regular module from the PyPi [repository](https://pypi.org/project/PyTCP/).
```console
$ python -m pip install PyTCP

Served by rngit 1.5.0 - Generated in 0.03s